entry: consider ascent and descent when requesting height
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 11 Apr 2014 19:13:11 +0000 (12:13 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Apr 2014 01:58:16 +0000 (18:58 -0700)
commita5bd1474d5bb3373320c2984e7aa8e61f19fd405
tree1e6123e578fd6d3b4db0596e957dc50450bdf4b6
parent1409d7c4bdc22238e19578b1f37dd312f4bcb9da
entry: consider ascent and descent when requesting height

Commit d05191a010bcd9871b0155a785989192967c692b change the height
requisition to be completely dependent on the PangoLayout, but that
breaks when the font has special characters with different metrics.
Use the maximum between the two instead.

https://bugzilla.gnome.org/show_bug.cgi?id=728054
gtk/gtkentry.c